/*   html5 Reset Stylesheet  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul, li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*    public    */
@font-face{
    font-family: '思源黑体'; 
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
html{
    height: 100%;
    background-color: #fff;
    font-family: "思源黑体";
    font-size: 14px;
    color: #2a2a2a;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 18px;
}
p{
    text-indent: 2em;
    color: #2a2a2a;
    line-height: 24px;
}
.left{
    float: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right{
    float: right;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width:1400){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    footer .link h1, footer .copyright p{
        margin-bottom: 40px;
    }
    footer .link a{
        margin-right: 40px;
    }
}

/*    header    */
header{
    width: 100%;
    height: 200px;
    background: #c69354 url(../images/sys-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
header img{
    margin-top: 46px;
}
nav{
    width: 85%;
    height: 54px;
    padding: 0 7.5%;
    line-height: 54px;
    background: url(../images/nav-bg.jpg) repeat-x;
}
nav a{
    width: 11.1111%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #2a2a2a;
    text-align: center;
    background: url(../images/nav-line.png) no-repeat right center;
}
nav a:last-child{
    background-image: none;
}
nav a:hover, nav .active{
    color: #cc9859;
    font-weight: bold;
} 

/*    footer    */
footer{
    width: 85%;
    height: 120px;
    line-height: 30px;
    padding: 60px 7.5%;
    background-color: #9a5c0f;
    text-align: left;
    color: #fff;
    clear: both;
}
footer .link{
    width: 60%;
    float: left;
}
footer .link h1{
    margin-bottom: 20px;
}
footer .link a{
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    word-break: keep-all; 
    white-space: nowrap; 
}
footer .link a:hover{
    color: #4d2e08;
}
footer .copyright{
    width: 40%;
    text-align: right;
    float: right;
}
footer .copyright h1{
    letter-spacing: 6px;
}
footer .copyright span{
    color: #bc9879;
    letter-spacing: 3px;
}
footer .copyright p{
    margin-top: 48px;
    font-size: 12px;
    color: #fff;
}



/*    column-list    */
.column{
    width: 32%;
}
.column ul{
    margin-top: 20px;
}
.column ul li{
    line-height: 48px;
}
.column ul li h3:hover, .film ul li h3:hover{
    color: #cc9859;
}
.column ul li h3{
    width: 78%;
    float: left;
    color: #2a2a2a;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.column ul li span{
    width: 22%;
    text-align: right;
    float: right;
    color: #c4c4c4;
}
.column ul li p{
    line-height: 24px;
    color: #999;
    text-indent: 2em;
    margin-bottom: 20px;
}
.column a:hover{
    color: #cc9859;
}

/*    index    */
.frame{
    width: 85%;
    margin: 40px auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
video{
    width: 40%;
    height: 420px;
}
.box-sixty{
    width: 58%;
    float: right;
    margin-left: 2%;
}
.column-tit{
    height: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    display: block;
    color: #2a2a2a;
    background: url('../images/column-bg-line.png') repeat-x bottom;
}
.column-tit strong{
    float: left;
    padding-bottom: 16px;
    background: url('../images/column-bg.jpg') repeat-x left bottom;
}
.column-tit strong img{
    float: left;
}
.column-tit strong h1{
    float: left;
    padding-left: 6px;
}
.column-tit a{
    float: right;
    padding-right: 20px;
    color: #2a2a2a;
    background: url('../images/right.png') no-repeat right;
}
.bg-gray{
    background: url('../images/bg-gray.png') repeat-x top;
    width: 85%;
    padding: 40px 7.5%;
}
.film ul{
    margin-top: 30px;
    padding: 30px 20px;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.film ul li{
    width: 31%;
}
.film ul li img{
    width: 100%;
    margin-bottom: 10px;
}
.film ul li span{
    width: 80px;
    height: 40px;
    line-height: 20px;
    padding: 20px 0;
    margin-right: 20px;
    color: #fff;
    background-color: #9a5c0f;
    font-size: 16px;
    float: left;
    text-align: center;
}
.film ul li h3{
    color: #2a2a2a;
    font-size: 16px;
    line-height: 30px;
}
.film ul li p{
    color: #999;
    text-indent: 0;
}

/*    inside page    */
.page-main{
    width: 85%;
    margin: 40px auto;
}
.page-main dl{
    width: 350px;
    float: left;
    line-height: 90px;
    margin-bottom: 40px;
}
.page-main dt{
    height: 90px;
    padding-left: 60px;
    background-color: #cc995a;
    color: #fff;
}
.page-main dd{
    font-size: 20px;
    height: 90px;
    padding-left: 60px;
    margin-top: 7px;
    background-color: #f7f7f7;
    color: #2a2a2a;
    cursor: pointer;
    font-weight: normal;
}
.page-main dd:hover{
    background-color: #f1f1f1;
}
.page-main .selected{
    color: #cc995a;
    font-weight: bold;
}


.page-right{
    width: calc(100% - 382px);
    float: right;
    display: block;
    margin-left: 32px;
    margin-bottom: 40px;
}
.page-right h4{
    height: 58px;
    line-height: 20px;
    text-align: right;
    background: url('../images/page-tit-bg.png') no-repeat bottom;
    background-size: 100%;
}
.page-right h4 span{
    background: url('../images/local.png') no-repeat left;
    padding-left: 20px;
    display: inline-block;
}

.article h1{
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
}
.article h2{
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
}
.article-span{
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
    color: #c4c4c4;
    text-align: center;
}
.article p{
    text-indent: 2em;
    color: #2a2a2a;
}
.article img{
    display: block;
    margin: 30px auto;
}
.next{
    padding-top: 20px;
}
.next a{
    color: #cc9859;
}
.next a:hover{
    color: #9a5c0f;
    font-weight: bold;
}
.article-box{
    width: 100%;
    height: 258px;
    margin-top: 38px;
    padding-top: 20px;
    background: url('../images/page-bg.png') no-repeat;
    background-size: 100%;
}
.article-box p{
    line-height: 30px;
}
.article-box p strong{
    padding-right: 20px;
}
.list-pic ul{
    padding: 0;
}
.list-pic img{
    margin: 0;
}
.list-pic ul li span{
    width: 35%;
    margin-right: 1%;
}
.list-pic ul li h3{
    float: left;
    width: 64%;
    line-height: 24px;
    white-space: pre-wrap;
}
.list-pic p{
    float: left;
}

.contact{
    margin-top: 40px;
    height: 400px;
}
.contact .map{
    width: 60%;
    height: 400px;
    float: left;
    background: url('../images/map.jpg') center no-repeat;
    background-size: auto;
}
.contact .info{
    width: calc(40% - 20px);
    float: left;
    padding-left: 20px;
}
.contact .info p{
    margin-top: 20px;
    text-indent: 0;
    padding-left: 24px;
}
.contact .info .phone{
    background: url('../images/phone.png') left top no-repeat;
}
.contact .info .mail{
    background: url('../images/mail.png') left top no-repeat;
}
.contact .info .position{
    background: url('../images/position.png') left top no-repeat;
}

.page{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.page a{
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    border: 1px solid #9a5c0f;
    color: #9a5c0f;
    cursor: pointer;
}
.page a:hover, .page .selected{
    background: #9a5c0f;
    color: #fff;
}


.pages{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.pages a{
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    border: 1px solid #9a5c0f;
    color: #9a5c0f;
    cursor: pointer;
}
.pages a:hover, .page .now{
    background: #9a5c0f;
    color: #fff;
}

.page-main .now{
    font-weight: bold;
	background: #9a5c0f;
    color: #fff;
}

.pages .page_pageList{display: inline;}
.pages .prev,.pages .next{ color:#FFF; background:#9a5c0f; padding:0 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.pages .prev:hover,.pages .next:hover{background:#9a5c0f;}


header .enter {
    width: 180px;
    height: 34px;
    position: absolute;
    top: 20px;
    right: 0;
    color: #000;
    line-height: 34px;
    background: url(../images/entrance-bg.png);
}

header .enter a {
    padding-left: 20px;
    font-weight: bold;
    background: url(../images/entrance.png) left no-repeat;
}
